/**/

.fa_Ptitle {
    /* margin-bottom: 20px; */
    text-align: center;
}

.fa_Ptitle h3 {
    font-size: var(--f36);
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    /* display: block; */
}

.fa_Ptitle h4 {
    font-size: var(--f30);
    color: #000;
    /* margin: 20px 0; */
    padding-bottom: 20px;
    font-weight: 500;
}

/**/
.fa_Pagecnt {
    overflow: hidden;
    min-height: 300px;
}

.fa_Pagecnt .fa_wrapper {
    max-width: 1240px;
}

.fa_Pagecnt img {
    max-width: 100%;
}

.fa_Pagecnt .fa_content {
    margin-top: 3vw;
    width: 100%;
    overflow: hidden;
}

.fa_Pagecnt .fa_Ndtitle h1 {
    color: #333;
    font-size: var(--f30);
    text-align: center;
    line-height: 2;
    font-weight: 500;
}

.fa_Pagecnt .fa_summ {
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: #eee solid 1px;
    display: flex;
    justify-content: space-between;
}

.fa_Pagecnt .fa_summ span {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

.fa_Pagecnt .fa_news_pic {
    max-width: 900px;
    margin: auto;
    position: relative;
}

.fa_Pagecnt .fa_big_swp {
    position: relative;
}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
    z-index: 5;
    cursor: pointer;
    line-height: 1;
    opacity: 0;
    transition: all 0.5s;

}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div.fa_btn_l {
    left: 0;
    transform: translateX(-100%);
}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div.fa_btn_r {
    right: 0;
    transform: translateX(100%);
}

.fa_Pagecnt .fa_big_swp:hover .fa_dtimg_btn>div {
    opacity: 1;
    transform: translateX(0);

}

.fa_Pagecnt .fa_big_swp .fa_dtimg_btn>div:hover {
    background: var(--main-color);
}

.fa_Newdt .fa_big_swp .fa_Img {
    padding-bottom: 50%;
    background: #000;
}

.fa_Newdt .fa_sml_swp .fa_Img {
    padding-bottom: 50%;
}

/**/
.fa_News {
    background: #f5f5f5;
}
.fa_News .fa_link{
    position: absolute;
    background: linear-gradient(45deg, rgba(17,148,204,0.8), rgba(0,153,68,0.8));
    left:0;
    right:0;
    bottom:0;
    padding:5px 20px;
    transition:all 0.5s;
    color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:14px;
    transform:translateY(100%);
    opacity: 0;
}

.fa_News .fa_li:hover .fa_link{
    transform:translateY(0);
    opacity: 1;
    
}
.fa_News .fa_link i{
    font-size:20px;
}
.fa_News .fa_li {
    transition: all 0.5s;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fa_News .fa_li:hover {
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.1);
}

.fa_News .fa_li .fa_Img {
    padding-bottom: 60%;
}

.fa_News .fa_li .fa_tit {
    padding: var(--f40) var(--f20);
}

.fa_News .fa_li .fa_tit p {
    color: #999;
    font-size: 14px;
}

.fa_News .fa_li .fa_tit h3 {
    font-size: var(--f22);
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* margin-top:20px; */
    font-weight: 500;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.fa_News .fa_li:hover .fa_tit h3 {
    color: var(--main-color);
}

.fa_News .fa_li  .fa_sum {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0 0;
}



.fa_News2 .fa_li {
    padding: 3vw 0;
    border-bottom: #ddd solid 1px;
    transition: all 0.5s;
}

.fa_News2 .fa_li .fa_tit p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #888;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    margin: 20px 0 0;
}

.fa_News2 .fa_li .fa_tit h3 {
    font-size: var(--f24);
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* margin-top:20px; */
    font-weight: 500;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.fa_News2 .fa_li:hover .fa_tit h3 {
    color: var(--main-color);
}

.fa_News2 .fa_li h5 {
    color: #666;
    font-size: var(--f30);

}

.fa_News2 .fa_li h6 {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.fa_News2 .fa_li i {
    display: block;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.5s;
}

.fa_News2 .fa_li:hover i {

    opacity: 1;
    transform: translateX(0px);
}

@media screen and (min-width: 769px) {

    .fa_News2 .fa_li {
        display: flex;

    }

    .fa_News2 .fa_li .fa_left {
        width: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .fa_News2 .fa_li .fa_left h5 {
        display: inline-block;
        position: relative;
    }

    .fa_News2 .fa_li .fa_left h5:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 100%;
        width: 50px;
        background: #aaa;
        height: 1px;
        margin-left: 20px;
        transition: all 0.5s;
    }

    .fa_News2 .fa_li:hover .fa_left h5:before {
        width: 20px;
    }

    .fa_News2 .fa_li .fa_right {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width: 768px) {

    .fa_News2 .fa_li .fa_left {
        display: none;
    }

    .fa_News2 .fa_li {
        width: 100%;
        margin: 20px 0;
        /* display: block; */
    }

    .fa_News2 .fa_li {
        margin: 0;
        display: block;
        padding: 20px 0;
    }

    .fa_News2 .fa_li .fa_right .fa_tit p {
        margin-top: 10px;
    }

    .fa_News .fa_li {
        padding: 20px;
    }

    .fa_News .fa_li .fa_info h6 span {
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px;
        width: auto;
    }
}

/**/
.fa_Case .fa_li {
    display: block;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    background: #f6f7fa;
}

.fa_Case .fa_li:hover {
    box-shadow:
        1.7px 1px 2.4px rgba(0, 0, 0, 0.02),
        5.6px 3.4px 8px rgba(0, 0, 0, 0.03),
        25px 15px 36px rgba(0, 0, 0, 0.05);
}

.fa_Case .fa_li .fa_tit {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
}

.fa_Case .fa_li:hover .fa_tit {
    transform: translateY(100%);
}

.fa_Case .fa_li .fa_Img {
    padding-bottom: 60%;
}

.fa_Case .fa_li .fa_info {
    padding: 30px 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
}

.fa_Case .fa_li .fa_info h3 {
    color: #fff;
    font-size: var(--f24);
    margin-bottom: 23px;
    transition: all 0.5s;
    transform: translateY(-50%);
    opacity: 0;
}

.fa_Case .fa_li .fa_Img:before {
    background: var(--linearY);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
    opacity: 0;
    transition: all 0.7s ease;
}

.fa_Case .fa_li:hover .fa_Img:before {

    opacity: 0.8;
}

.fa_Case .fa_li .fa_info p span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 7px 30px;
    border-radius: 800px;
    text-transform: uppercase;
    transition: all 0.5s;
    transform: translateY(50%);
    opacity: 0;
    border: #fff solid 2px;
}

.fa_Case .fa_li:hover .fa_info h3,
.fa_Case .fa_li:hover .fa_info p span {

    transform: translateY(0%);
    opacity: 1;
}

/**/

.fa_Message {
    background: #f5f5f5;
}

.fa_Message .fa_wrapper {
    max-width: 1200px;
}

.fa_Message .fa_form {
    margin-top: 30px;
}

.fa_Message input {
    background: transparent;
    color: #999;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
}

.fa_Message textarea {
    background: transparent;
    background: #fff;
    border: none;
    color: #999;
    min-height: 100px;
    width: 100%;
    max-height: 200px;
    padding: 20px;
    border-radius: 5px;
}

.fa_Message .fa_pcnt {
    margin-top: 1vw;
}

.fa_Message .fa_pcnt form>div {
    margin-bottom: 10px;
    text-align: center;
}

.fa_Message .fa_pcnt .fa_flexwrap div {
    margin-bottom: 0;
}

.fa_Message .fa_flexline input {
    width: calc(100% - 120px);
}

.fa_Message .fa_flexline input img {
    width: 120px;
}

.fa_Message .fa_submitbox {
    text-align: center;
}

.fa_Message .fa_submit {
    display: inline-block;
    padding: 8px 3vw;
    border-radius: 500px;
    /* margin-top: 50px; */
    font-size: var(--f18);
    transition: all 0.5s;
    border: solid 2px var(--main-color);
    background: var(--main-color);
    position: relative;
    color: #fff;
    min-width: 160px;
    margin-top: 30px;
}

.fa_Message .fa_submit:hover {
    background: transparent;
    color: var(--main-color);
}

@media screen and (min-width: 769px) {
    .fa_Message .fa_pcnt .fa_flexwrap{
        justify-content:space-between;
    }
    .fa_Message .fa_pcnt .fa_flexwrap div.fa_l2{
       width:calc((100% - 20px) / 2);
        margin:0;
    }  
}
/**/

.fa_Search .fa_li {
    background: #f5f5f5;
}

.fa_Search .fa_li .fa_Img {
    padding-bottom: 70%;
}

.fa_Search .fa_li .fa_tit {
    padding: 15px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
}


/**/
.fa_Pro,.fa_Prodt{
    background:#f0f3f6;
}
.fa_Pro .fa_li {
    display: block;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    position: relative;
}

.fa_Pro .fa_li .fa_link {
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%) scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    /* transform:scale(0); */
    opacity: 0;
    right: 2vw;
    color: #fff;
}

.fa_Pro .fa_li:hover .fa_link {

    transform: translate(0, -50%) scale(1);
    opacity: 1;
}

.fa_Pro .fa_li .fa_link i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: var(--linearY);
    line-height: 50px;
    text-align: center;
    border-radius: 500px;
}

.fa_Pro .fa_li .fa_Img {
    padding-bottom: 80%;
    /* border-bottom: #ddd solid 1px; */
}
.fa_Pro .fa_li .fa_sum{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: linear-gradient(45deg,rgba(15,145,179,0.8),rgba(0,153,68,0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    transition:all 0.5s;
    transform:translateY(100%);
    opacity:0;
}
.fa_Pro .fa_li:hover .fa_sum{
    transform:translateY(0);
    opacity:1;
}
.fa_Pro .fa_li .fa_sum article{
     text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}
.fa_Pro .fa_li .fa_tit {
    text-align: center;
    padding: var(--f30) 2vw;
    border-top: #eee solid 1px;
    position: relative;
}

.fa_Pro .fa_li .fa_tit h3 {
    color: #333;
    /* margin-bottom:10px; */
    font-size: var(--f20);
    font-weight: 500;
}

.fa_Pro .fa_li .fa_tit p {
    font-size: 14px;
    color: #999;
}

.fa_Pro .fa_li .fa_tit h6 {
    margin-top: 20px;
}

.fa_Pro .fa_li .fa_tit h6 span {
    color: #fff;
    transition: all 0.5s;
    background:#ccc;
    display:inline-block;
    padding:10px 20px;
    border-radius:500px;
    font-size:14px;
    transition:all 0.5s;

}

.fa_Pro .fa_li:hover .fa_tit h6 span {
    background: var(--main-color);
}


@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {

}

/**/

.fa_Prodt .fa_top {
    width: 100%;
    align-items: flex-start;
    background: #fff;
}

.fa_Prodt .fa_top .fa_top_l .fa_Img {
    padding-bottom: 70%;
}

.fa_Prodt .fa_top .fa_top_l {
    border: #eee solid 1px;
}

.fa_Prodt .fa_top .fa_top_l .fa_sml_swp {
    border-top: #eee solid 1px;
    /* padding: 0 30px; */
    position: relative;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div {
    position: absolute;
    z-index: 20;
    font-size: 3vw;
    /* background: #f6f6f6; */
    /* color: #aaa; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    /* width: 28px; */
    padding: 20px;
    opacity: 0.2;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn>div:hover {
    color: var(--main-color);
    opacity: 1;
    background: #fff;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn .fa_btn_l {
    left: 0;
}

.fa_Prodt .fa_top .fa_top_l .fa_dtimg_btn .fa_btn_r {
    right: 0;
}

.fa_Prodt .fa_top .fa_dt_r>div {
    margin-bottom: 15px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo {
    /* background:#f5f5f5; */
    /* padding: 0 0 20px; */
    /* border-bottom: #eee solid 1px; */
    color: #666;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
    padding: 10px 20px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo a {
    color: inherit;
    color: #888;
    margin-left: 5px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cateinfo a:hover {
    color: var(--main-color);
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
    font-size: var(--f30);
    color: var(--tit-color);
    font-weight: 500;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum {
    font-size: 14px;
    color: var(--sum-color);
    line-height: 24px;
    margin-bottom: 3vw;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_sum table td {
    border: #ddd solid 1px;
    padding: 5px 10px;

}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_cate {
    padding: 15px;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.fa_Prodt .fa_top .fa_dt_r .fa_pro_link a {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 0px 40px;
    line-height: 50px;
    border-radius: 500px;
    font-size: 16px;
    font-weight: 400;
}

.fa_Prodt .fa_content {
    width: 100%;
    margin-top: 3vw;
    background: #fff;
}

.fa_Prodt .fa_content .fa_tab_tit {
    font-size: 0;
    /* background:#f5f5f5; */
    border-bottom: #eee solid 1px;
    padding: 0 20px;
}

.fa_Prodt .fa_content .fa_tab_tit span {
    display: inline-block;
    font-size: var(--f20);
    color: #000;
    line-height: var(--f60);
    /* height:50px; */
    /* padding:0 40px; */
    /* border-left:var(--main-color) solid 3px; */
}

.fa_Prodt .fa_content .fa_tab_content {
    width: 100%;
    padding: 30px 20px;
    /* border: #ddd solid 1px; */
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item {
    display: none;
    width: 100%;
}

.fa_Prodt .fa_content .fa_tab_content .fa_content_item.fa_on {
    display: block;
}

.fa_Prodt .fa_content img {
    display: block;
    margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content img {
    /* width: 800px; */
    max-width: 100% !important;
    height: auto;
    margin: auto;
}

.fa_Prodt .fa_content .fa_tab_content video {
    width: 100% !important;
    height: auto;
}

@media only screen and (min-width: 769px) {
    .fa_Prodt .fa_top .fa_top_l {
        width: 50%;
    }

    .fa_Prodt .fa_top .fa_dt_r {
        padding-left: 3vw;
        width: 50%;
        padding-top: 20px;
        padding-right: 3vw;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 769px) {
    .fa_Prodt .fa_content .fa_tab_tit{
        padding:20px;
    }
    .fa_Prodt .fa_top>div {
        width: 100%;
    }
    .fa_Prodt .fa_top .fa_dt_r .fa_pro_link a{
        font-size:14px;
        line-height:40px;
        padding:0 20px;
    }
 .fa_Prodt .fa_top {
     background:#fff;
 }
    .fa_Prodt .fa_top .fa_dt_r {
        margin-top: 30px;
        padding: 20px;
    }

    .fa_Prodt .fa_top .fa_dt_r .fa_pro_tit b {
        font-size: 18px;
    }

    .fa_Pro .fa_li .fa_link i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}

.fa_mask {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    overflow-y: scroll;
    display: none;
}

.fa_mask.fa_on {
    display: flex !important;
}

.fa_mask .fa_wrapBox {
    background: #fff;
    max-width: 900px !important;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fa_mask .fa_wrapBox .fa_title {
    /* background: var(--main-color); */
    /* padding:10px 50px 10px 10px; */
    position: relative;
}

.fa_mask .fa_wrapBox .fa_title .e_icon {
    color: #fff;
    position: absolute;
    font-size: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    z-index: 998;
}

i.e_icon {}

.fa_mask .fa_wrapBox .fa_title span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;

}

.fa_mask .fa_wrapBox .fa_content {
    padding: 0;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro {
    display: flex;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left {
    width: 110px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_left .fa_Img {
    padding-bottom: 100%;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right {
    width: calc(100% - 110px);
    padding-left: 30px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxpro .fa_right h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxword {
    padding: 15px;
    border: #ddd solid 1px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput p {
    text-align: center;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput textarea {
    display: block;
    width: 100%;
    border: #ddd solid 1px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 10px;
}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput input {
    display: block;
    width: 100%;
    border: #ddd solid 1px;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 10px;

}

.fa_mask .fa_wrapBox .fa_content .fa_boxinput button {
    display: inline-block;
    background: var(--main-color);
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    border-radius: 5px;
}

/*fa_Buss*/
.fa_Buss .fa_wrapper {
    max-width: 1200px;
}

.fa_Buss .fa_li {
    width: 100%;
    display: flex;
    align-items: center;
    background: #eaeef1;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fa_Buss .fa_left {
    width: 50%;
}

.fa_Buss .fa_left .fa_Img {
    padding-bottom: 50%;
}

.fa_Buss .fa_right {
    width: 50%;
    padding: 20px 3vw;
    text-align: center;
}

.fa_Buss .fa_right h3 {
    font-size: var(--f24);
    margin-bottom: 30px;
}

.fa_Buss .fa_right article {
    font-size: 14px;
    color: #999;
}

.fa_Buss .fa_right p span {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 50px;
    font-size: 14px;
    transition: all 0.5s;
    border: solid 1px var(--main-color);
    background: transparent;
    color: var(--main-color);
    position: relative;
}

.fa_Buss .fa_li:hover .fa_right p span {
    color: #fff;
    background: var(--main-color);
}

@media only screen and (min-width: 769px) {

    .fa_Buss .fa_li:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 768px) {

    .fa_Buss .fa_left {
        width: 100%;
    }

    .fa_Buss .fa_right {
        width: 100%;
        padding: 20px;
    }
}

/**/
.fa_group .fa_li {}

.fa_group .fa_li .fa_Img {
    padding-bottom: 50%;
}

.fa_group .fa_li h3 {
    font-size: var(--f20);
    margin: 0 0 10px;
    padding: 15px 20px;
    background: linear-gradient(90deg, rgba(31, 75, 104, 1), transparent);
    color: #fff;
}

.fa_group .fa_li .fa_info .fa_sum {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

/*anli*/
.fa_Download .fa_li {
    background: #f5f5f5;
    padding: 20px;
}

.fa_Download .fa_li h3 {
    font-size: 20px;
    color: #000;
}

.fa_Download .fa_li p {
    margin: 10px 0;
}

.fa_Download .fa_li p span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
    font-size: 14px;

}

.fa_Download .fa_li h6 a {
    font-size: 14px;
    color: #fff;
    background: #bbb;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.5s;
}

.fa_Download .fa_li h6 a:hover {
    background: var(--main-color);
}

/**/
/**/
.fa_career .fa_libox img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.fa_career h2.fa_list_tt {
    font-size: var(--f40);
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: var(--f40);

}

.fa_career .fa_list {
    background: #f5f5f5;
    /* border:#ddd solid 1px; */
    border-top: none;
    border-bottom: none;
    margin-bottom: 5vw;
}

.fa_career dl {
    display: block;
    border-bottom: #ddd solid 1px;
    color: #666;
}

.fa_career dl.fa_ttli {
    background: #fff;
    color: #000;
    background: #eee;
    font-size: 18px;
}

.fa_career dl dt {
    display: flex;
}

.fa_career dl dt .fa_btn {
    font-size: 18px;
    color: #777;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_career dl.fa_on dt .fa_btn {
    transform: rotate(180deg);
}

.fa_career dl dt span {
    display: block;
    color: inherit;
    padding: 20px;
}

.fa_career dd {
    background: #fff;
    padding: 30px;
    display: none;

}

.fa_career dd .fa_pp span {
    display: inline-block;
    margin-right: 3vw;
}

.fa_career .fa_libox h3 {
    font-size: var(--f36);
    color: #333;
    font-weight: 400;
}

.fa_career .fa_libox p {
    margin-top: var(--f40);
    color: #777;
    line-height: 2;
    font-size: 16px;
}

.fa_career .fa_libox {
    margin-bottom: 5vw;
}

@media only screen and (min-width: 769px) {
    .fa_career dl dt span:nth-child(-n+4) {
        width: calc((100% - 80px) / 4);
    }

    .fa_career .fa_libox {
        display: flex;
        align-items: center;
    }

    .fa_career .fa_libox .fa_left {
        width: 50%;
    }

    .fa_career .fa_libox .fa_right {
        width: 50%;
        padding-left: 5vw;
    }
}

@media only screen and (max-width: 768px) {
    .fa_career dl dt span:nth-child(1) {
        width: calc(100% - 30px);
    }

    .fa_career dl dt span.fa_btn {
        text-align: right;
    }
}


/**/
.fa_partner .fa_li {
    border: #eee solid 1px;
}

.fa_partner .fa_li .fa_Img {
    padding-bottom: 50%;
}

/**/


.fa_Honor .fa_li {
    padding: 5px;
    background: #fff;
    border: #eee solid 1px;
    padding: 20px;
}

.fa_Honor .fa_li .fa_Img {
    padding-bottom: 80%;
    /* background: #fff; */
}

.fa_Honor .fa_li .fa_tit {
    padding: 0 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
    /* background: #e4cda3; */
    margin-top: 20px;
}

.fa_text_w * {
    color: #fff;
}

/**/
.fa_contact {
    position: relative;
}

.fa_contact .fa_pcontent {
    position: relative;
    /* padding:2vw; */
    align-items: center;
}


.fa_contact .fa_pcontent h2.fa_ttl,
.fa_Message .fa_pcontent h2.fa_ttl {
    font-size: var(--f36);
    font-weight: 500;
    color: #333;
    margin-bottom: 2vw;
}

.fa_contact .fa_pcontent .fa_pcnt {
    line-height: 2;
    margin-bottom: 3vw;
    margin-top: 3vw;
}

.fa_contact .fa_pcontent .fa_pcnt dl {
    /* display:flex; */
    /* text-align: center; */
    position:relative;
    overflow:hidden;
}

.fa_contact  .fa_pcnt dt {
    /* width: 40px; */
    /* margin: 0 auto 20px; */
}
.fa_contact  .fa_pcnt dt h3{
    font-size:var(--f20);
    color: var(--main-color);
}
.fa_contact  .fa_pcnt dt i {
    color:var(--main-color);
    position:absolute;
    right:-1vw;
    bottom:-1vw;
    font-size:6vw;
    line-height:1;
    opacity:0.2;
}

.fa_contact .fa_pcontent .fa_pcnt dd {
    width: 100%;
    /* padding-left:10px; */
    margin-top: 15px;
}

.fa_contact .fa_pcontent .fa_pcnt dd p {
    font-size: var(--f20);
    color: #666;
}

.fa_contact .fa_pcontent .fa_pcnt dd h5 {
    font-size: var(--f18);
    margin-top: 5px;
    font-weight: 500;
}

.fa_contact .fa_pcontent .fa_pcnt dd h5 a {word-wrap: break-word;font-weight: 500;}

@media only screen and (min-width: 769px) {
    .fa_contact .fa_pcontent .fa_pcnt {
        display: flex;
        justify-content: space-between;
    }
    
.fa_contact .fa_pcontent .fa_pcnt dl {
    width: calc((100% - 25px) / 4);
    background:#f5f5f5;
    padding: 2vw;
}
}

@media only screen and (max-width: 768px) {

    .fa_Message .fa_pcnt form>div .fa_l2:nth-child(2) {
        margin-bottom: 0 !important;
    }

    .fa_Message .fa_pcnt form>div {
        margin-bottom: 20px;
    }

    .fa_Message input {
        line-height: 40px;
    }

    .fa_contact .fa_pcontent .fa_pcnt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fa_contact .fa_pcontent .fa_pcnt dl {
        width: 100%;
        background: #f5f5f5;
        padding: 20px;
        margin-bottom: 10px;
    }
    .fa_contact .fa_pcontent .fa_pcnt i{
        font-size:60px;
    }
}

/**/
.fa_video .fa_Img {
    padding-bottom: 60%;
}

.fa_video .fa_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    font-size: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.fa_video .fa_info {
    padding: 20px 0;
}

.fa_video .fa_info h3 {
    font-size: var(--f20);
    color: #333;

}
 
.fa_video .fa_info p {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.fa_video .fa_li:hover .fa_link {
    opacity: 1;
}

.fa_link_a { 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    display: block;
    z-index: 10;
} 

.fa_Message .fa_pcnt .fa_ckc{
    position:relative;
    border-radius:5px;
    overflow:hidden;
}

.fa_Message .fa_pcnt .fa_ckc img{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    width:auto;
    height:100%;
    object-fit: contain;
    object-position: right center;
}